Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org...
[lhc/web/wiklou.git] / languages / classes / LanguageBs.php
index 6432109..bf2876a 100644 (file)
@@ -10,7 +10,7 @@ class LanguageBs extends Language {
                if ( !count( $forms ) ) { return ''; }
                $forms = $this->preConvertPlural( $forms, 3 );
 
-               // FIXME: CLDR defines 4 plural forms instead of 3. Plural for decimals is missing.
+               // @todo FIXME: CLDR defines 4 plural forms instead of 3. Plural for decimals is missing.
                //        http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html
                if ( $count > 10 && floor( ( $count % 100 ) / 10 ) == 1 ) {
                        return $forms[2];